home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / docs / protocol / rfc / rfc_txt / rfc0000 / rfc0365.txt < prev    next >
Text File  |  1997-08-06  |  10KB  |  284 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                 David Walden
  8. Request for Comments #365             Bolt Beranek and Newman Inc.
  9. NIC # 10607                           July 11, 1972
  10. Categories:
  11. Updates:
  12. Obsoletes:
  13.  
  14.                        A LETTER TO ALL TIP USERS
  15.  
  16. Dear TIP Users,
  17.  
  18.      You will shortly be sent a revised version of the "TIP User's
  19. Guide."  Besides now having a loose leaf format, mainly descriptions
  20. of new commands have been added.  Appendix B will be an alphabetical
  21. list of all TIP commands.  The new commands are:
  22.  
  23.      @BINARY INPUT START
  24.      @BINARY INPUT END
  25.      @BINARY OUTPUT START
  26.      @BINARY OUTPUT END
  27.      @CLEAR DEVICE WILD
  28.      @CLEAR INSERT LINEFEED
  29.      @INSERT LINEFEED
  30.      @SEND COMMAND
  31.      @RECEIVE FROM WILD
  32.      @SEND TO WILD
  33.      @SET DEVICE WILD
  34.      @MAG ABORT
  35.      @MAG BACKSPACE FILE
  36.      @MAG BACKSPACE RECORD
  37.      @MAG READ FILE
  38.      @MAG READ RECORD
  39.      @MAG SETUP COPY
  40.      @MAG SPACE FILE
  41.      @MAG SPACE RECORD
  42.      @MAG UNLOAD
  43.      @MAG WRITE EOF
  44.      @MAG WRITE TAPE
  45.  
  46. The MAG commands are, of course, not relevant to users of TIPs without
  47. the magnetic tape option.
  48.  
  49.      A TIP system including the above commands has been in operation
  50. since late June.  We think this system is a substantial improvement
  51. over previous versions.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                                                 [Page 1]
  59.  
  60. RFC # 365                                                  July 11, 1972
  61.  
  62.  
  63.      In case you've not been keeping track, there are now eleven TIPs
  64. in the ARPA Network.  These are ETAC, GWC, AMES, ARPA, MITRE, NBS,
  65. BBN, USC, NOAA, ROME, and SAAC.  Also, a TIP will soon be installed at
  66. CCA.
  67.  
  68.      I'll now briefly discuss a number of topics I think may be
  69. interesting to you.
  70.  
  71.      Getting TIP status information.  As we develop new features for
  72. the TIP and fix bugs, we are continually releasing new versions of the
  73. TIP program.  We do this by just reloading your TIP when you're not
  74. looking (i.e., when no one is using your TIP).  In the future we will
  75. notify you whenever a new version of the TIP program is loaded into
  76. your TIP by adding a tiny "status message" to the "HELLO" you get when
  77. you "log onto" the TIP.  This status message will usually be merely
  78. the TIP's version number; however, occasionally the message will
  79. indicate (by typing "NEWS") that there is some news about the TIP's
  80. status which you should read before continuing your session with the
  81. TIP.  The NEWS can be retrieved by typing the command @NEWS which will
  82. ICP to a special socket at BBN's TENEX or PDP-1D which will print the
  83. news.  Of course, either of these systems may sometimes be down, but
  84. we won't worry about the problem until we see how serious it is.
  85.  
  86.      To whom to complain or make suggestions.  Many of you have had
  87. occasion to complain about the operation of your TIP system or to make
  88. suggestions for its improvement.  All too frequently, however, these
  89. complaints have been directed to the Host system you are using from
  90. the TIP instead of to us.  BBN maintains a Network Control Center
  91. which is always manned.  Its telephone number is 617-661-0100.  All
  92. TIP problems should be reported immediately to the Network Control
  93. Center.  If you have a suggestion for a new command, or if you think
  94. you've found a subtle bug in the TIP program, ask to talk to Dave
  95. Walden or Bernie Cosell when you call the Network Control Center.
  96.  
  97.      Device buffers. In general, each TIP MLC port has a different
  98. size buffer allocated to it and therefore to the device connected to
  99. the port.  Devices which operate at higher speeds, of course, require
  100. larger buffers, especially output buffers.  If you need more buffering
  101. than you have (frequently indicated by output coming in short bursts),
  102. try to arrange with whomever is locally responsible for the TIP you're
  103. using to come in through a port with a larger buffer allocation.  If
  104. necessary, this person can arrange with us to specially tailor the
  105. buffer allocation for your TIP.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.                                                                 [Page 2]
  115.  
  116. RFC # 365                                                  July 11, 1972
  117.  
  118.  
  119.      There are presently only about 2500 characters of buffers
  120. available for the TIPs terminal devices.  Since each device has an
  121. input buffer and two output buffers (output is double buffered), each
  122. of the 63 devices has available an average of about 13 charac- ters
  123. for input and 13 characters for each output buffer.  Since there is
  124. continual pressure for new features in the TIP and for old features to
  125. work more conveniently, the space available for device buffers is
  126. steadily decreasing.  There seem to be two ways to increase the space
  127. available for device buffers; the first is to get more core memory;
  128. the second is to modularize the program so that unneeded features can
  129. be removed from particular sites.  For instance, the 2741 code and
  130. character conversion tables might be removed from a site at which they
  131. were never used.  You always have the option of getting more core for
  132. your TIP; we are presently working on the latter method and should
  133. have it ready in a few months.  In the mean time, the space available
  134. for device buffers will probably continue to slowly diminish.
  135.  
  136.      The nominal (untailored) buffer sizes are presently about as
  137. follows:
  138.  
  139.      device    input (characters)    output (characters/buffer)
  140.  
  141.       1-3              60                        56
  142.       4-7              28                        27
  143.       8-15             20                        20
  144.      16-32             12                        13
  145.      33-63              6                         6
  146.  
  147.      Echoing. The TIP's echoing capability has been a controversial
  148. item in the past.  We have recently fixed it up a little and we think
  149. that if you try it now, you'll like it a lot better.  Unfortunately,
  150. "@@" is still not echoed correctly very often; this is a bug and we
  151. are going to fix it, but it's hairy to fix.
  152.  
  153.      We will shortly be removing three of the ECHO commands (ECHO ALL,
  154. ECHO HALFDUPLEX, and ECHO NONE) and be slightly changing the meaning
  155. of the two other ECHO commands (ECHO REMOTE and ECHO LOCAL).  We will
  156. also add two new ECHO commands (PHYSICAL HALFDUPLEX and PHYSICAL
  157. FULLDUPLEX.) Thus the new set of ECHO commands will be:
  158.  
  159.      @PHYSICAL HALFDUPLEX
  160.      @PHYSICAL FULLDUPLEX
  161.      @ECHO LOCAL
  162.      @ECHO REMOTE
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.                                                                 [Page 3]
  171.  
  172. RFC # 365                                                  July 11, 1972
  173.  
  174.  
  175. The ECHO LOCAL and ECHO REMOTE commands will probably be ignored for
  176. physical halfduplex devices.  Therefore, for physical full- duplex
  177. devices, ECHO LOCAL and ECHO REMOTE will have the effect of declaring
  178. the device to be virtual halfduplex or virtual full- duplex. Devices
  179. which are known to be physical halfduplex (e.g., IBM 2741's) will come
  180. up in physical halfduplex mode.  All other devices will come up in
  181. physical fullduplex mode and local echo mode (i.e., virtual halfduplex
  182. mode).  Whenever a connection is opened, the TIP will automatically
  183. send off the current virtual echo mode to the server.  Whenever a ECHO
  184. LOCAL or ECHO REMOTE command is given, the virtual mode will be
  185. appropriately updated and forwarded to the server.  When the Telnet
  186. ECHO (code 132) (=virtual fullduplex) or Telnet NO ECHO (code 131)
  187. (=virtual half- duplex) characters are received by the TIP, it will
  188. follow the following rules:
  189.  
  190.      ECHO received and
  191.           TIP is physical halfduplex -- NO ECHO  sent to server
  192.           TIP is virtual halfduplex  -- ECHO sent to server and
  193.                                         mode changed to virtual
  194.                                         fullduplex
  195.           TIP is virtual fullduplex  -- nothing
  196.  
  197.      NO ECHO received and
  198.           TIP is physical halfduplex -- nothing
  199.           TIP is virtual halfduplex  -- nothing
  200.  
  201.           TIP is virtual fullduplex  -- NO ECHO sent to server and
  202.                                         mode changed to virtual
  203.                                         halfduplex
  204.  
  205. When a connection is broken, devices in physical fullduplex mode will
  206. be reset to virtual halfduplex mode.
  207.  
  208.      Some other command changes we are planning to make.
  209.      --------------------------------------------------
  210.  
  211. 1.  PROTOCOL TO LOGIN will be removed.  It has been replaced by
  212.     LOGIN.
  213. 2.  LOGIN will take a parameter, the Host number, so it will not
  214.     be necessary to give both HOST and LOGIN commands.
  215.  
  216.      Some things which we are presently doing.
  217.      ----------------------------------------
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.                                                                 [Page 4]
  227.  
  228. RFC # 365                                                  July 11, 1972
  229.  
  230.  
  231. 1.  When a terminal hangs up, any captured devices will be given
  232.     back.
  233. 2.  Output to high speed devices will be possible.
  234. 3.  Data sets will automatically be hung up when the caller
  235.     disconnects even though the caller never "logged in".
  236. 4.  202C modems will work.
  237. 5.  Major improvements on the magnetic tape option.
  238. 6.  Trying to find the "R half" of the "R T CLOSED" message.
  239. 7.  We have received numerous complaints that the TIP once in a
  240.     while loses an allocate.  We will fix this or else demonstrate
  241.     it's not the TIP's fault.
  242.  
  243.      Some things we are thinking about.
  244.      ---------------------------------
  245.  
  246. 1.  Adding a lower case capability for Model 33 Teletypes.
  247. 2.  Adding a mechanism so the TIP's status or a device's status
  248.     (e.g., its device number) can be obtained by the user.
  249.  
  250.      Each of the above mentioned changes will be preceded by
  251. notification via the NEWS and we plan to issue frequent updates to the
  252. TIP User's Guide from now on.
  253.  
  254.      We are trying hard to improve the TIP.  If you've got a
  255. suggestion (especially if it doesn't take any memory), let me hear
  256. from you.
  257.  
  258.  
  259.                           Regards,
  260.  
  261.                           < signed "Dave" >
  262.  
  263.                           David C. Walden
  264.                           Bolt Beranek and Newman Inc.
  265.  
  266.                           July 11, 1972
  267.  
  268.  
  269.  
  270.  
  271.        [ This RFC was put into machine readable form for entry ]
  272.        [ into the online RFC archives by BBN Corp. under the   ]
  273.        [ direction of Alex McKenzie.                      1/97 ]
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.                                                                 [Page 5]
  283.  
  284.